home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Compression / Opener / Source / Makefile < prev    next >
Makefile  |  1994-05-20  |  2KB  |  78 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = Opener
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = docAPP.tiff
  16. DOCICONS = docShar.tiff docGz.tiff docLzh.tiff docPS.tiff docUU.tiff\
  17.            docZip.tiff docZoo.tiff docZ.tiff docArc.tiff docArj.tiff\
  18.            docEps.tiff docBin.tiff docHqx.tiff docSit.tiff
  19.  
  20. LOCAL_RESOURCES = Opener.nib
  21.  
  22. GLOBAL_RESOURCES = docAPP.tiff docArc.tiff docArj.tiff docBin.tiff\
  23.                    docEps.tiff docGz.tiff docHqx.tiff docLzh.tiff\
  24.                    docPS.tiff docShar.tiff docSit.tiff docTar.tiff\
  25.                    docUU.tiff docZ.tiff docZip.tiff docZoo.tiff arc\
  26.                    booz builder gunzip gzip mcvert monitor.m\
  27.                    Opener.app.README Opener.table README README.rtfd\
  28.                    submit Submit test.arc test.arj test.gz test.hqx\
  29.                    test.lzh test.PS.Z test.ps.Z test.rtf.Z test.shar\
  30.                    test.shar.gz test.shar.Z test.tar test.tar-z\
  31.                    test.tar.gz test.tar.Z test.tar.z test.uu test.uu.Z\
  32.                    test.zip test.zoo unarj unsit unzip xlharc zip\
  33.                    zipnote zipsplit
  34.  
  35. CLASSES = Controller.m DefaultHandler.m DirPanel.m Process.m
  36.  
  37. HFILES = Controller.h DefaultHandler.h DirPanel.h Process.h
  38.  
  39. MFILES = Opener_main.m
  40.  
  41. OTHERSRCS = Makefile Makefile.postamble
  42.  
  43.  
  44. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  45. MAKEFILE = app.make
  46. INSTALLDIR = $(HOME)/Apps
  47. INSTALLFLAGS = -c -s -m 755
  48. SOURCEMODE = 444
  49.  
  50. ICONSECTIONS =    -sectcreate __ICON app docAPP.tiff \
  51.         -sectcreate __ICON docShar docShar.tiff \
  52.         -sectcreate __ICON docGz docGz.tiff \
  53.         -sectcreate __ICON docLzh docLzh.tiff \
  54.         -sectcreate __ICON docPS docPS.tiff \
  55.         -sectcreate __ICON docUU docUU.tiff \
  56.         -sectcreate __ICON docZip docZip.tiff \
  57.         -sectcreate __ICON docZoo docZoo.tiff \
  58.         -sectcreate __ICON docZ docZ.tiff \
  59.         -sectcreate __ICON docArc docArc.tiff \
  60.         -sectcreate __ICON docArj docArj.tiff \
  61.         -sectcreate __ICON docEps docEps.tiff \
  62.         -sectcreate __ICON docBin docBin.tiff \
  63.         -sectcreate __ICON docHqx docHqx.tiff \
  64.         -sectcreate __ICON docSit docSit.tiff
  65.  
  66. LIBS = -lMedia_s -lNeXT_s
  67. DEBUG_LIBS = $(LIBS)
  68. PROF_LIBS = $(LIBS)
  69.  
  70.  
  71. -include Makefile.preamble
  72.  
  73. include $(MAKEFILEDIR)/$(MAKEFILE)
  74.  
  75. -include Makefile.postamble
  76.  
  77. -include Makefile.dependencies
  78.